## S3 method for class 'PerFit':
summary(object, cutoff.obj=NULL,
ModelFit="NonParametric", Nreps=1000,
IP=object$IP, IRT.PModel=object$IRT.PModel, Ability=object$Ability,
Ability.PModel=object$Ability.PModel, mu=0, sigma=1,
Blvl = 0.05, Breps = 1000, CIlvl = 0.95,
UDlvl = NA, ...)"NonParametric" (default) and "Parametric".object$IP."ModelFit=Parametric" or if the person fit statistic is parametric). Default is object$IRT.PModel.object$Ability."ModelFit=Parametric" or if the person fit statistic is parametric). Default is object$Ability.PModel.method="BM". Default is 0.method="BM". Default is 1.summary.PerFit, this function prints: The PFS used, the cutoff value, the tail of the distribution of the person-fit statistic associated to misfit, the proportion of flagged respondents in the sample, and their row indices.cutoff, flagged.resp, plot.PerFit, summary.PerFit# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)
# Compute the ZU3 scores:
ZU3.out <- ZU3(InadequacyData)
summary(ZU3.out)Run the code above in your browser using DataLab